header {  font-size:80px;
          line-height: 2em;
          text-align:center;
          font-family: 'Revalia';
          }

h1 {  font-size:24px;
}
      
h1 { font-family: 'Revalia';
}

h2 {  font-size:24px;
}

h2 { font-family: 'Revalia'; 
}


p{	font-size:16px;
    color: white;
    line-height: 1.4em;
    text-align: justify;
    max-width: 36em;
    margin:0 auto;
}

p + p { text-indent: 1.4em;
}

h1 + p {  margin=top:1.3em;
}

li:nth-child(1) { color: orange;
                  text-align: center;
}

li:nth-child(2) { color: cyan;
                  text-align: center;
}

li:nth-child(3) { color: magenta;
                  text-align: center;
}

  .quote {  background: white;
            color: rgb(0,204,153);
            padding-left: 6em;
            text-align: center;
            }
            
  .header { background: white;
            color: rgb(0,204,153);
            padding-left: 6em;
            text-align: center;
            }
            
  .body { background: rgb(0,204,153);
            color: white;
            padding-left: 6em;
            text-align: center;
            font-family: 'Courier New';
            }
            
  .subs {   color: rgb(0,204,153);
            padding-left: 6em;
            text-align: center;
            }
      
  .list {   color: white;
            padding-left: 6em;
            text-align: center;
            }
.header:hover { background: rgb(0,204,153);
                color: white;
                transition: all 1s ease;
                text-decoration: underline overline;
                }
                
.subs:hover { background: rgb(0,204,153);
                color: white;
                transition: all 1s ease;
                text-decoration: underline;
                }
#